home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global g1erSprNav, g1erSprLoc, g1erSprChr, gMaxBoutons, gLabel
- if (gLabel = "SU:IN SU") or (gLabel = "SU:IN HI") or (gLabel = "SU:IN CO") or (gLabel = "SU:IN EN") then
- nothing()
- else
- repeat with i = g1erSprChr to gMaxBoutons
- puppetSprite(i, 0)
- end repeat
- set the visible of sprite 2 to 1
- repeat with i = g1erSprNav + 1 to g1erSprLoc + 5
- set the visible of sprite i to 1
- end repeat
- end if
- end
-